OpenRoads Designer CONNECT Edition SDK Help

Create2 Method

Construct a profile which pass thru a set of point. The profile is composed with half-parabolas

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  ProfileElement Create2(double startStation,double endStation, DPoint3d[] tSZPoint)

Parameters

SettingDescription
   Start station of the profile
   End station of the profile
  DPoint3d[] Pass thru point table

Return Value

ProfileElement

See Also